home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 23 / AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso / Tools / HRTmon / readme.txt < prev    next >
Text File  |  1999-11-06  |  2KB  |  78 lines

  1.  
  2. HRTmon source information
  3. -------------------------
  4.  
  5. for more information go to the HRTmon homepage:
  6. http://dumbo.cryogen.ch/hrtmon/index.html
  7.  
  8. or send me an email at:
  9. Alain.Malek@cryogen.ch
  10.  
  11. the following files are included:
  12.  
  13. ************************************
  14. documentation files
  15. ************************************
  16.  
  17. HRTmon.guide
  18. HRTmon.guide.info
  19. HRTmon.readme
  20.  
  21. ************************************
  22. hrtmon command files (starts HRTmon without HRTmonPrefs)
  23. ************************************
  24.  
  25. HRTmon
  26. HRTmon.c
  27.  
  28. ************************************
  29. HRTmon Prefs files
  30. ************************************
  31.  
  32. DMakefile        (makefile for DICE C compiler)
  33.  
  34. #GUI edited with GadToolsBox
  35.  
  36. HRTmonGUI2.c
  37. HRTmonGUI2.h
  38. HRTmonGUI2.gui
  39. HRTmonGUI2.gui.info
  40. HRTmonGUI2.o
  41.  
  42. HRTmonPrefs.c        (the main source of HRTmonPrefs)
  43. HRTmonPrefs
  44. HRTmonPrefs.info
  45.  
  46. HRTboot.s        (boot block for boot-disk)
  47. HRTboot.o
  48.  
  49. assembler.h
  50. assembler.s        (some asm routines for HRTmonPrefs)
  51. assembler.o
  52.  
  53. ************************************
  54. main source files
  55. ************************************
  56.  
  57. (see directory 'src')
  58. HRTmon.data        (assemble HRTmonV2.s to get this file)
  59.  
  60. ************************************
  61. data files
  62. ************************************
  63.  
  64. SPRfont.iff
  65. SPRfont.raw
  66. Topaz3.iff
  67. Topaz3.raw
  68.  
  69. ****************************************************************
  70.  
  71. The best place to start hacking the source is the HRTmonV2.s file.
  72. (and all the files in the 'src' directory)
  73. This file can be assembled at least with ASMOne, ASMPro, BASM or PhxAss.
  74. The resulting file should be saved as HRTmon.data.
  75. That's it, you have a new version of HRTmon.
  76.  
  77.  
  78.